home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TFILEPREFSFRAME
/
TFILEPREFSFRAME.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
61 lines
inherited FilePrefsFrame: TFilePrefsFrame
HelpType = htKeyword
HelpKeyword = 'File_View_Options'
Caption = 'File Views'
inherited DefaultBtn: TUiButton
TabOrder = 3
end
object ScrollThumbnailEdit: TUiRadioGroup
Left = 8
Top = 8
Width = 409
Height = 57
Caption = 'For thumbnail view on large files'
Items.WideStrings = (
'Compress to fit'
'Allow scrolling')
TabOrder = 0
OnClick = SomethingChangedClick
end
object WebBrowserMasksGroupBox: TUiGroupBox
Left = 8
Top = 72
Width = 409
Height = 49
Caption = 'Viewable in Web Browser:'
TabOrder = 1
object WebBrowserMasksEdit: TUiEdit
Left = 8
Top = 20
Width = 393
Height = 21
TabOrder = 0
OnChange = SomethingChangedClick
end
end
object MiscGroupBox: TUiGroupBox
Left = 8
Top = 128
Width = 409
Height = 65
Caption = 'Miscellaneous'
TabOrder = 2
object CheckForChangesEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Check for files changed on disk'
TabOrder = 0
OnClick = SomethingChangedClick
end
object CheckForChangesAutoReloadEdit: TUiCheckBox
Left = 24
Top = 40
Height = 17
Caption = 'Automatically reload unless changes will be discarded'
TabOrder = 1
OnClick = SomethingChangedClick
end
end
end